[INFO] fetching crate tower-rate-limit-fred 2.1.1...
[INFO] testing tower-rate-limit-fred-2.1.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate tower-rate-limit-fred 2.1.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate tower-rate-limit-fred 2.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate tower-rate-limit-fred 2.1.1
[INFO] tweaked toml for crates.io crate tower-rate-limit-fred 2.1.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tower-rate-limit-fred 2.1.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tower-rate-limit-fred 2.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fred-macros v0.1.0
[INFO] [stderr]   Downloaded podi v0.3.0
[INFO] [stderr]   Downloaded crc16 v0.4.0
[INFO] [stderr]   Downloaded cookie-factory v0.3.2
[INFO] [stderr]   Downloaded redis-protocol v6.0.0
[INFO] [stderr]   Downloaded fred v10.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d151c6b569a8f143925a5d51ecb8c4293788e96e90e326b0d9a336579e76455f
[INFO] running `Command { std: "docker" "start" "-a" "d151c6b569a8f143925a5d51ecb8c4293788e96e90e326b0d9a336579e76455f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d151c6b569a8f143925a5d51ecb8c4293788e96e90e326b0d9a336579e76455f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d151c6b569a8f143925a5d51ecb8c4293788e96e90e326b0d9a336579e76455f", kill_on_drop: false }`
[INFO] [stdout] d151c6b569a8f143925a5d51ecb8c4293788e96e90e326b0d9a336579e76455f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc2835a78575aa35ad2022c9ac0d9412ac06a45674c092af93c626c5ca156477
[INFO] running `Command { std: "docker" "start" "-a" "cc2835a78575aa35ad2022c9ac0d9412ac06a45674c092af93c626c5ca156477", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling crc16 v0.4.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cookie-factory v0.3.2
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling redis-protocol v6.0.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling fred-macros v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling fred v10.1.0
[INFO] [stderr]    Compiling tower-rate-limit-fred v2.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.37s
[INFO] running `Command { std: "docker" "inspect" "cc2835a78575aa35ad2022c9ac0d9412ac06a45674c092af93c626c5ca156477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc2835a78575aa35ad2022c9ac0d9412ac06a45674c092af93c626c5ca156477", kill_on_drop: false }`
[INFO] [stdout] cc2835a78575aa35ad2022c9ac0d9412ac06a45674c092af93c626c5ca156477
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0e55cb75fdc5cda83a631ec174b8fcd9dd5f1c1f50947ad89d47b32af7fac86
[INFO] running `Command { std: "docker" "start" "-a" "e0e55cb75fdc5cda83a631ec174b8fcd9dd5f1c1f50947ad89d47b32af7fac86", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling nanoid v0.4.0
[INFO] [stderr]    Compiling podi v0.3.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling fred v10.1.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tower-rate-limit-fred v2.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 45.35s
[INFO] running `Command { std: "docker" "inspect" "e0e55cb75fdc5cda83a631ec174b8fcd9dd5f1c1f50947ad89d47b32af7fac86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0e55cb75fdc5cda83a631ec174b8fcd9dd5f1c1f50947ad89d47b32af7fac86", kill_on_drop: false }`
[INFO] [stdout] e0e55cb75fdc5cda83a631ec174b8fcd9dd5f1c1f50947ad89d47b32af7fac86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 07638a3cd1c0cbb45bdb740519bbb1a572561d36c8de1a842b36ef5366eae31e
[INFO] running `Command { std: "docker" "start" "-a" "07638a3cd1c0cbb45bdb740519bbb1a572561d36c8de1a842b36ef5366eae31e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tower_rate_limit_fred-c73d4437c1f82710)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tower_rate_limit_fred
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 30) ... FAILED
[INFO] [stdout] test src/rate_limit.rs - rate_limit::rate_limit (line 52) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 30) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (49) panicked at /tmp/rustdoctestqtDvSa/doctest_bundle_2024.rs:45:23:
[INFO] [stdout] Failed to connect to Redis pool: Error { details: "Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" }", kind: IO }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x579963cb509a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x579963cb509a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x579963cb509a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x579963cb509a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x579963ccbeba - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x579963ccbeba - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x579963cbaae2 - std[f92b4c606f291077]::io::default_write_fmt::<std[f92b4c606f291077]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x579963cbaae2 - <std[f92b4c606f291077]::sys::stdio::unix::Stderr as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x579963c9357f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x579963c9357f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x579963cad151 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x579963cad3cb - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x579963c93638 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x579963c8ae49 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x579963c9462d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x579963ccc67c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x579963ccc3f2 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x57996380e270 - <core[786f478f706679df]::result::Result<tokio[db72527c4f58e8e0]::runtime::task::join::JoinHandle<core[786f478f706679df]::result::Result<(), fred[562a66ef49f98324]::error::Error>>, fred[562a66ef49f98324]::error::Error>>::expect
[INFO] [stdout]   18:     0x57996380800d - doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}
[INFO] [stdout]   19:     0x5799637ee1ca - <tokio[db72527c4f58e8e0]::runtime::park::CachedParkThread>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}>::{closure#0}
[INFO] [stdout]   20:     0x5799637c5191 - <tokio[db72527c4f58e8e0]::runtime::park::CachedParkThread>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}>
[INFO] [stdout]   21:     0x5799637b8701 - <tokio[db72527c4f58e8e0]::runtime::context::blocking::BlockingRegionGuard>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}>
[INFO] [stdout]   22:     0x5799637ec2ef - <tokio[db72527c4f58e8e0]::runtime::scheduler::multi_thread::MultiThread>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}>::{closure#0}
[INFO] [stdout]   23:     0x5799637e4b4d - tokio[db72527c4f58e8e0]::runtime::context::runtime::enter_runtime::<<tokio[db72527c4f58e8e0]::runtime::scheduler::multi_thread::MultiThread>::block_on<doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}>::{closure#0}, core[786f478f706679df]::result::Result<(), std[f92b4c606f291077]::io::error::Error>>
[INFO] [stdout]   24:     0x5799637b88a4 - <tokio[db72527c4f58e8e0]::runtime::scheduler::multi_thread::MultiThread>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}>
[INFO] [stdout]   25:     0x5799637b4c2d - <tokio[db72527c4f58e8e0]::runtime::runtime::Runtime>::block_on_inner::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}>
[INFO] [stdout]   26:     0x5799637b507d - <tokio[db72527c4f58e8e0]::runtime::runtime::Runtime>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main::{closure#0}>
[INFO] [stdout]   27:     0x57996383d460 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::main
[INFO] [stdout]   28:     0x57996383d506 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_0::__main_fn
[INFO] [stdout]   29:     0x5799637ad4c0 - doctest_runner_2024[165b241016ee47ce]::__doctest_0::TEST::{closure#0}
[INFO] [stdout]   30:     0x5799637b0c16 - <doctest_runner_2024[165b241016ee47ce]::__doctest_0::TEST::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   31:     0x5799637adaa3 - doctest_runner_2024[165b241016ee47ce]::main
[INFO] [stdout]   32:     0x5799637b0b73 - <fn() -> std[f92b4c606f291077]::process::ExitCode as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   33:     0x5799637acdd6 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[f92b4c606f291077]::process::ExitCode, std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   34:     0x5799637ad2e9 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>::{closure#0}
[INFO] [stdout]   35:     0x579963cabdc4 - <&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   36:     0x579963cabdc4 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x579963cabdc4 - std[f92b4c606f291077]::panicking::catch_unwind::<i32, &dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x579963cabdc4 - std[f92b4c606f291077]::panic::catch_unwind::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x579963cabdc4 - std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:175:24
[INFO] [stdout]   40:     0x579963cabdc4 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x579963cabdc4 - std[f92b4c606f291077]::panicking::catch_unwind::<isize, std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x579963cabdc4 - std[f92b4c606f291077]::panic::catch_unwind::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x579963cabdc4 - std[f92b4c606f291077]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:171:5
[INFO] [stdout]   44:     0x5799637acd11 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   45:     0x5799637b0d55 - main
[INFO] [stdout]   46:     0x75219ad601ca - <unknown>
[INFO] [stdout]   47:     0x75219ad6028b - __libc_start_main
[INFO] [stdout]   48:     0x5799637ab305 - _start
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/rate_limit.rs - rate_limit::rate_limit (line 52) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (48) panicked at /tmp/rustdoctestqtDvSa/doctest_bundle_2024.rs:108:23:
[INFO] [stdout] Failed to connect to Redis pool: Error { details: "Os { code: 111, kind: ConnectionRefused, message: \"Connection refused\" }", kind: IO }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57cbe3a2409a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57cbe3a2409a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57cbe3a2409a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57cbe3a2409a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57cbe3a3aeba - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57cbe3a3aeba - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x57cbe3a29ae2 - std[f92b4c606f291077]::io::default_write_fmt::<std[f92b4c606f291077]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57cbe3a29ae2 - <std[f92b4c606f291077]::sys::stdio::unix::Stderr as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x57cbe3a0257f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57cbe3a0257f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57cbe3a1c151 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x57cbe3a1c3cb - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x57cbe3a02638 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x57cbe39f9e49 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x57cbe3a0362d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x57cbe3a3b67c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x57cbe3a3b3f2 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x57cbe357d270 - <core[786f478f706679df]::result::Result<tokio[db72527c4f58e8e0]::runtime::task::join::JoinHandle<core[786f478f706679df]::result::Result<(), fred[562a66ef49f98324]::error::Error>>, fred[562a66ef49f98324]::error::Error>>::expect
[INFO] [stdout]   18:     0x57cbe35780df - doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}
[INFO] [stdout]   19:     0x57cbe355d1ea - <tokio[db72527c4f58e8e0]::runtime::park::CachedParkThread>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}>::{closure#0}
[INFO] [stdout]   20:     0x57cbe35345c1 - <tokio[db72527c4f58e8e0]::runtime::park::CachedParkThread>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}>
[INFO] [stdout]   21:     0x57cbe35277d1 - <tokio[db72527c4f58e8e0]::runtime::context::blocking::BlockingRegionGuard>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}>
[INFO] [stdout]   22:     0x57cbe355b34f - <tokio[db72527c4f58e8e0]::runtime::scheduler::multi_thread::MultiThread>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}>::{closure#0}
[INFO] [stdout]   23:     0x57cbe3553cdd - tokio[db72527c4f58e8e0]::runtime::context::runtime::enter_runtime::<<tokio[db72527c4f58e8e0]::runtime::scheduler::multi_thread::MultiThread>::block_on<doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}>::{closure#0}, core[786f478f706679df]::result::Result<(), std[f92b4c606f291077]::io::error::Error>>
[INFO] [stdout]   24:     0x57cbe35278f4 - <tokio[db72527c4f58e8e0]::runtime::scheduler::multi_thread::MultiThread>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}>
[INFO] [stdout]   25:     0x57cbe3523ded - <tokio[db72527c4f58e8e0]::runtime::runtime::Runtime>::block_on_inner::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}>
[INFO] [stdout]   26:     0x57cbe352431d - <tokio[db72527c4f58e8e0]::runtime::runtime::Runtime>::block_on::<doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main::{closure#0}>
[INFO] [stdout]   27:     0x57cbe35ac680 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::main
[INFO] [stdout]   28:     0x57cbe35ac726 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_1::__main_fn
[INFO] [stdout]   29:     0x57cbe351c541 - doctest_runner_2024[165b241016ee47ce]::__doctest_1::TEST::{closure#0}
[INFO] [stdout]   30:     0x57cbe351fc56 - <doctest_runner_2024[165b241016ee47ce]::__doctest_1::TEST::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   31:     0x57cbe351caa3 - doctest_runner_2024[165b241016ee47ce]::main
[INFO] [stdout]   32:     0x57cbe351fb73 - <fn() -> std[f92b4c606f291077]::process::ExitCode as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   33:     0x57cbe351bdd6 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[f92b4c606f291077]::process::ExitCode, std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   34:     0x57cbe351c2e9 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>::{closure#0}
[INFO] [stdout]   35:     0x57cbe3a1adc4 - <&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   36:     0x57cbe3a1adc4 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x57cbe3a1adc4 - std[f92b4c606f291077]::panicking::catch_unwind::<i32, &dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x57cbe3a1adc4 - std[f92b4c606f291077]::panic::catch_unwind::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x57cbe3a1adc4 - std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:175:24
[INFO] [stdout]   40:     0x57cbe3a1adc4 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x57cbe3a1adc4 - std[f92b4c606f291077]::panicking::catch_unwind::<isize, std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x57cbe3a1adc4 - std[f92b4c606f291077]::panic::catch_unwind::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x57cbe3a1adc4 - std[f92b4c606f291077]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:171:5
[INFO] [stdout]   44:     0x57cbe351bd11 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   45:     0x57cbe351fd55 - main
[INFO] [stdout]   46:     0x788e7c29c1ca - <unknown>
[INFO] [stdout]   47:     0x788e7c29c28b - __libc_start_main
[INFO] [stdout]   48:     0x57cbe351a305 - _start
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 30)
[INFO] [stdout]     src/rate_limit.rs - rate_limit::rate_limit (line 52)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 3.23s; merged doctests compilation took 3.02s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "07638a3cd1c0cbb45bdb740519bbb1a572561d36c8de1a842b36ef5366eae31e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07638a3cd1c0cbb45bdb740519bbb1a572561d36c8de1a842b36ef5366eae31e", kill_on_drop: false }`
[INFO] [stdout] 07638a3cd1c0cbb45bdb740519bbb1a572561d36c8de1a842b36ef5366eae31e
